Matthias Klose [Thu, 14 May 2026 03:00:00 +0000 (10:00 +0700)]
distutils-install-layout
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
* Non-maintainer upload by the LTS Team.
* Apply upstream patches for the following CVEs:
- CVE-2025-13462: Incorrect parsing of TarInfo header when GNU long name
and type AREGTYPE are combined
- CVE-2026-2297: SourcelessFileLoader does not use io.open_code()
- CVE-2026-3644: Reject control characters in more places in
http.cookies.Morsel (follow-up of patch for CVE-2026-0672)
- CVE-2026-4224: pyexpat.c: Unbounded C recursion in conv_content_model
causes crash
- CVE-2026-4519: Reject leading dashes in webbrowser.open()